home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TFACCOUNT / TFACCOUNT.txt
Text File  |  1999-03-22  |  4KB  |  192 lines

  1. object FAccount: TFAccount
  2.   Left = 302
  3.   Top = 219
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Net2Phone Account Number'
  7.   ClientHeight = 136
  8.   ClientWidth = 338
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 7
  20.     Top = 19
  21.     Width = 99
  22.     Height = 13
  23.     Alignment = taCenter
  24.     Caption = 'Account Number:'
  25.     Color = clBtnFace
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBtnText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentColor = False
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 7
  36.     Top = 74
  37.     Width = 77
  38.     Height = 13
  39.     Alignment = taCenter
  40.     Caption = 'Check Digits:'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBtnText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     Visible = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 7
  51.     Top = 47
  52.     Width = 68
  53.     Height = 13
  54.     Alignment = taCenter
  55.     Caption = 'Master Key:'
  56.     Color = clBtnFace
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clBtnText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentColor = False
  63.     ParentFont = False
  64.     Visible = False
  65.   end
  66.   object Dash1: TLabel
  67.     Left = 222
  68.     Top = 18
  69.     Width = 8
  70.     Height = 14
  71.     Caption = '-'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -14
  75.     Font.Name = 'Lucida Console'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object Dash2: TLabel
  80.     Left = 278
  81.     Top = 18
  82.     Width = 9
  83.     Height = 14
  84.     Caption = '-'
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clWindowText
  87.     Font.Height = -14
  88.     Font.Name = 'Lucida Console'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.   end
  92.   object Num: TLabel
  93.     Left = 16
  94.     Top = 104
  95.     Width = 22
  96.     Height = 13
  97.     Caption = 'Num'
  98.     Visible = False
  99.   end
  100.   object OkBtn: TButton
  101.     Left = 71
  102.     Top = 107
  103.     Width = 75
  104.     Height = 23
  105.     Caption = 'OK'
  106.     Default = True
  107.     TabOrder = 5
  108.     OnClick = OkBtnClick
  109.   end
  110.   object Account1: TEdit
  111.     Left = 180
  112.     Top = 15
  113.     Width = 37
  114.     Height = 21
  115.     AutoSize = False
  116.     Color = clWhite
  117.     Ctl3D = True
  118.     ParentCtl3D = False
  119.     ReadOnly = True
  120.     TabOrder = 0
  121.     Text = '9999'
  122.     OnChange = acct1Change
  123.     OnKeyPress = acct1KeyPress
  124.   end
  125.   object CheckDigits: TEdit
  126.     Left = 180
  127.     Top = 70
  128.     Width = 147
  129.     Height = 21
  130.     TabStop = False
  131.     Color = clWhite
  132.     Ctl3D = True
  133.     ParentCtl3D = False
  134.     ReadOnly = True
  135.     TabOrder = 4
  136.     Visible = False
  137.   end
  138.   object MkeyText: TEdit
  139.     Left = 180
  140.     Top = 43
  141.     Width = 147
  142.     Height = 21
  143.     TabStop = False
  144.     Color = clWhite
  145.     Ctl3D = True
  146.     ParentCtl3D = False
  147.     ReadOnly = True
  148.     TabOrder = 3
  149.     Visible = False
  150.   end
  151.   object Account2: TEdit
  152.     Left = 236
  153.     Top = 15
  154.     Width = 37
  155.     Height = 21
  156.     AutoSize = False
  157.     Color = clWhite
  158.     Ctl3D = True
  159.     ParentCtl3D = False
  160.     ReadOnly = True
  161.     TabOrder = 1
  162.     Text = '9999'
  163.     OnChange = acct2Change
  164.     OnKeyPress = acct2KeyPress
  165.   end
  166.   object Account3: TEdit
  167.     Left = 292
  168.     Top = 15
  169.     Width = 37
  170.     Height = 21
  171.     AutoSize = False
  172.     Color = clWhite
  173.     Ctl3D = True
  174.     ParentCtl3D = False
  175.     ReadOnly = True
  176.     TabOrder = 2
  177.     Text = '9999'
  178.     OnChange = acct3Change
  179.     OnKeyPress = acct3KeyPress
  180.   end
  181.   object CancelBtn: TButton
  182.     Left = 191
  183.     Top = 107
  184.     Width = 75
  185.     Height = 23
  186.     Caption = 'Cancel'
  187.     Default = True
  188.     ModalResult = 2
  189.     TabOrder = 6
  190.   end
  191. end
  192.